Redistribute Assignment

Redistribute Assignment to annotators

Request
path Parameters
id
required
string
Request Body schema: application/json

: Assignment creation payload

required
Array of objects (AssignmentWorkload)
selectNotAnnotatedOnly
boolean or null
asynced
boolean or null
isSudoCtx
boolean or null
allowToSkipAssignments
boolean or null
query
string or null
property name*
additional property
any
Responses
200

Ok

post/assignments/{id}/redistribute
Request samples
application/json
{
  • "workload": [
    ],
  • "selectNotAnnotatedOnly": true,
  • "asynced": true,
  • "isSudoCtx": true,
  • "allowToSkipAssignments": true,
  • "query": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}